41640f7c0c5e0a979be79bd1ca116214cd8723e5,app/src/main/java/com/szysky/customize/simageview/effect/ConcreteCircleStrategy.java,ConcreteCircleStrategy,onePicture,#Canvas#SImageView.ConfigInfo#,122

Before Change



        // 创建æ??边画笔 并设置属性
        Paint borderPaint = new Paint();
        paint.setAntiAlias(true);
        borderPaint.setStyle(Paint.Style.STROKE);
        borderPaint.setStrokeWidth(info.borderWidth);
        borderPaint.setColor(info.borderColor);

After Change


        borderPaint.setStyle(Paint.Style.STROKE);
        borderPaint.setStrokeWidth(info.borderWidth);
        borderPaint.setColor(info.borderColor);
        borderPaint.setAntiAlias(true);


        // 创建�色器 shader